Skip to main content

All Questions

3votes
1answer
1kviews

Rust Task Queue

The purpose of this program is to have one thread (main thread) working on I/O reading lines from a file and feeding it to a pool of worker threads whose job is to perform some processing on each line ...
the_endian's user avatar

close